home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
Games
/
snowboard.swf
/
scripts
/
frame_5
/
PlaceObject2_251_546
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-01-15
|
389 b
|
19 lines
onClipEvent(enterFrame){
col = new Color(this);
if(_root.player._currentframe == 6)
{
col.setRGB(16539228);
this.setRGB(16539228);
}
if(_root.player._currentframe == 4)
{
col.setRGB(16777215);
this.setRGB(16777215);
}
if(_root.player._currentframe == 7)
{
col.setRGB(10337019);
this.setRGB(10337019);
}
}